[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Function            CLS()
Action              Clear the screen with optional color,character
Returns
Category            Screen
Syntax              CLS([expN],[expC])
Description         Clear the screen.
Options             Optional color [expN] and character [expC].
Examples            CLS()     && clears screen with current color
                    CLS(48)   && clears screen with black on cyan
                    CLS(8,chr(177))  && clears screen grey on black
                                     && with character 177 (#)
Found in (prg)......S_CLS.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson